Questions tagged [google-chrome-app]
Don't use this tag for PWA or the Chrome app/binary itself! Use this tag only for apps built using Chrome App specification. Just like web apps, Chrome Apps are written in HTML5, JavaScript, and CSS, yet they look and behave like native apps, and they have native-like capabilities that are much more powerful than those available to web apps.
I understand that at some point Chrome "Apps" are going to go away, even on ChromeOS.
We (a K12 school district) have a number of unpublished apps that are basically just links to a website; ...
I'm trying to pass headers through JS code using my chrome OS app, but every time I'm getting undefined function error. I tried to use the sandbox for chrome apps but It didn't open anything and I ...
I Created a Chrome OS APP to be a webview of my website, but I need to inject some JS codes to send some information to my server.
here the codes
exported_app_view.html
<!DOCTYPE html>
<html ...
I am getting warning errors when developing Chrome extensions. Unfortunately, this would be fixed in the next release of a package I am using.
I want to disable the errors as shown in the page below ...
I am developing a chrome app (Chrome OS) to interface with a serial port. I want to create an Angular application and access the Chrome App (as API) - from my Angular application. I am looking for any ...
I am trying to publish the extension to chrome app store. I tried many times but getting rejected every time,
the menifest file is:-
{
"name": "App name",
"description&...
I want to add header AppVersion to my chrome os app
here what I did
chrome.webRequest.onHeadersReceived.addListener(
function(details) {
const newHeader = {name:"appVersion", value:...
I'm developing a chrome app/extension that writes my opened URLs to a file, but I couldn't figure out how to do both.
Chrome extensions allow access to the chrome.tabs API which I can use to get the ...
asked Jul 1 at 3:43
Rodrigo Ruiz
3,48944 gold badges2929 silver badges5858 bronze badges
I am trying to push the data into the google sheets using extension and google api.
I am unable to understand where I missing something. Why this is happening?
When I am trying to add the data, in ...
I am making a dailymotion video download I need help from the community regarding one things that how can access the page url and append it like this https://savethevideo.net/#url=dailymotionlink.
...
I am developing a chrome ext.I need to inject the script when any page is loaded.
The script works and change title while browsing in the tab I am on.
But when I open any link with "open link in new ...
It's possible to paint something with HTML / JS on screen outside the browser? I know that it's possible to capture whole screen (event if you minimize the browser) - for instance sharing the screen ...
asked Jun 17 at 19:47
jonzee
1,08688 silver badges1919 bronze badges
Google is deprecating Chrome apps in favor of Progressive Web Apps (PWA) or Chrome extensions. This leaves extensions as the only way to access Chrome device APIs. I'm looking for a way for my PWA to ...
Using iPad Pro 2020 and google chrome app (using desktop site), Colab notebook has a big fat keyboard icon on every cell. How to get rid of it? I got a hardware keyboard for the iPad and absolutely ...
I'm developing a chrome app that has a webview, and a few API calls within it.
After it receives all responses from the api server, it uses chrome.runtime.reload()
to reload the app and start over.
...
asked Jun 10 at 7:44
Sierion
10711 silver badge77 bronze badges